Note: This statement is named Select Grid Row in the Add Statement dialog box.
Selects a row in a grid control by index number.
Syntax
SelectRow(RowIndex)
Arguments
| Argument | Description |
|---|---|
| RowIndex | Table row index number. To select more than one row, enter multiple row indexes separated with commas. |
Supported objects
Grid
Example
Window("WysiCorp CRM").Grid("accountsDataGridView").SelectRow(3, 4, 5)